home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / winutils / morecon.zip / SETUP.INF < prev    next >
INI File  |  1993-08-23  |  849b  |  33 lines

  1. ; Module name: Setup.Inf
  2.  
  3. [Application] 
  4. ;Application global information 
  5. AppName=More Control
  6. DefDir=C:\
  7. SpaceNeeded=200
  8.  
  9. [Disks] 
  10. ;List of diskettes needed to install the product and the name 
  11. ;of each diskette.
  12. 1=More Control
  13.  
  14. [Dirs] 
  15. ;lists of directories that must be created from the destination directory 
  16. ;files to be copied are in the same directory structure on the 
  17. ;floppy (by default) 
  18. 1=.
  19. 2=E:\WIN3-1
  20. 3=E:\WIN3-1\SYSTEM
  21.  
  22. [Files] 
  23. ;description, name, (dir #), (diskette #), (Compressed)
  24. ;More Control Read Me, README1.TXT,  1, 1, N
  25. More Control CPL,     MORECON.CPL,  3, 1, N
  26. ;More Control EXE,     MORECON.EXE,  2, 1, N
  27. More Control Help,    MORECON.HLP,  2, 1, N
  28. CP-AddIn Module,      CPADDIN.CPL,  3, 1, N
  29. SetFont Module,       SETFONT.EXE,  2, 1, N
  30. Spin Button DLL,      MCSPIN.DLL,   3, 1, N
  31.  
  32. [End]
  33.